[Top] [Prev] [Next] [Bottom] [Contents]

SaPopulateMsgBox

Populates HTML stream with data without the use of a template.

Synopsis

#include "SaRnHtml.h"
void SaPopulateMsgBox(Widget list, 
				XtPointer client_data, 
				SaCallbackStruct *cbs);

Arguments

list
Not used.
client_data
String used for the title of the returned HTML stream.
cbs
SaCallbackStruct callback structure containing the data.

Return Values

None.

Description

This is the only supplied call that populates the HTML stream without the use of a template. The client_data argument is used as the title of the returned HTML stream.

Example

/*** the following ad-hoc example can be used without templates 
**/
SaCallbackStruct *cbs;
cbs = SaExecSQL("CEZANNE", "pubs2", SGESYBASE, "select * from 
authors");
SaPopulateMsgBox(NULL, NULL, cbs);
SaFreeCbs(cbs);
Note: This call is generated automatically by Sapphire/Web through use of the Results Detail Dialog.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.